home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Book of Tells
/
The Book of Tells.iso
/
help.dir
/
00048_Script_48
< prev
next >
Wrap
Text File
|
1994-09-21
|
447b
|
19 lines
on exitFrame
updateStage
sound playFile 1, the pathName &"SOUNDS\3_11.AIF"
repeat while soundBusy(1)
set the visible of sprite 8 to FALSE
updateStage
startTimer
repeat while the timer < 10
nothing
end repeat
set the visible of sprite 8 to TRUE
updateStage
startTimer
repeat while the timer < 10
nothing
end repeat
end repeat
set the visible of sprite 8 to FALSE
end